Skip to content

Instantly share code, notes, and snippets.

@voluntas
voluntas / loadtest.rst
Last active August 10, 2026 04:03
負荷試験コトハジメ
@kriegalex
kriegalex / install-battlenet-on-cachyos-linux-steam-proton.md
Last active August 10, 2026 04:02
Install Battle.net on CachyOS Linux Using Steam & Proton

Install Battle.net on CachyOS Linux Using Steam & Proton

Tested on: CachyOS (Arch-based) · KDE Plasma 6.5 / 6.6 · Wayland · Steam (native pacman package)

Last updated: March 2026

Games confirmed working: World of Warcraft, Diablo IV, Diablo II: Resurrected, StarCraft Remastered, Hearthstone, Overwatch 2, Call of Duty

Why This Method?

@ProdeusUnity
ProdeusUnity / windowsimagecollection.md
Last active August 10, 2026 04:01
Windows ISO files
OS version Arch File Host Size Download Link Rate Limits
Windows 1.0 8086 Winworld (Kansas City, Missouri) 541KB Download ❌ Yes, 25 per day
Windows 2.0 386 Winworld (Kansas City, Missouri) 2.80MB Download ❌ Yes, 25 per day
Windows 3.0 8086/386
@fmxr044
fmxr044 / offset_data
Last active August 10, 2026 04:01
猫咪大战争偏移数据
method1=gg.getRangesList('libnative-lib.so')[1].start
if method1 == nil then
gg.alert("无法找到libnative-lib.so动态库\n已Fallback至方法2尝试搜寻!")
gg.clearResults()
gg.setRanges(16384)
gg.searchNumber("7238662632851374080;18865251664;53635551592452:17", 32)
gg.refineNumber("7238662632851374080", 32)
x0=gg.getResults(1)
if gg.getResultsCount() == 0 then dec_a=1 x0=0 gg.alert("无法找到libnative-lib.so地址头") return end
gg.clearResults()
@naoki-mizuno
naoki-mizuno / xkcd_colors.urdf.xacro
Last active August 10, 2026 03:54
Gazebo color palette with xckd color names
<?xml version="1.0"?>
<!-- https://www.w3schools.com/colors/colors_xkcd.asp -->
<robot>
<material name="acidgreen" >
<color rgba="0.5607843137254902 0.996078431372549 0.03529411764705882 1.0" />
</material>
<material name="adobe" >
<color rgba="0.7411764705882353 0.4235294117647059 0.2823529411764706 1.0" />
</material>
_ _ _ ____ _ _
| | | | __ _ ___| | __ | __ ) __ _ ___| | _| |
| |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / |
| _ | (_| | (__| < | |_) | (_| | (__| <|_|
|_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_)
A DIY Guide
// create a bookmark and use this code as the URL, you can now toggle the css on/off
// thanks+credit: https://dev.to/gajus/my-favorite-css-hack-32g3
javascript: (function() {
var elements = document.body.getElementsByTagName('*');
var items = [];
for (var i = 0; i < elements.length; i++) {
if (elements[i].innerHTML.indexOf('* { background:#000!important;color:#0f0!important;outline:solid #f00 1px!important; background-color: rgba(255,0,0,.2) !important; }') != -1) {
items.push(elements[i]);
}
}
@johnlindquist
johnlindquist / macos-key-repeat.md
Created January 20, 2026 06:13
Fast key repeat settings for macOS

Fast Key Repeat Settings for macOS

These settings make keys repeat much faster than the default System Preferences allows.

Current Settings

# Key repeat rate (lower = faster, default is 2)
defaults write NSGlobalDomain KeyRepeat -int 1